home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #4
/
Amiga Plus CD - 2000 - No. 4.iso
/
system
/
MUI
/
Developer
/
C
/
DLib
/
Request.c
< prev
Wrap
C/C++ Source or Header
|
2000-05-27
|
313b
|
11 lines
#include <clib/muimaster_protos.h>
#include <pragmas/muimaster_pragmas.h>
extern struct Library *MUIMasterBase;
LONG MUI_Request(APTR app, APTR win, LONGBITS flags, char *title, char *gadgets, char *format, ...)
{
return(MUI_RequestA(app, win, flags, title, gadgets, format, (APTR) (((ULONG)&format)+4) ));
}